Click or drag to resize

WriteLogEventHandler Delegate

Represents the method that will handle the WriteLog event.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public delegate void WriteLogEventHandler(
	Object sender,
	WriteLogEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: Independentsoft.SipWriteLogEventArgs
A WriteLogEventArgs that contains the event data.
See Also